Welcome![Sign In][Sign Up]
Location:
Search - C vxworks

Search list

[OS DevelopbootConfig

Description: vxworks的bsp启动代码,汇编之后的第一个c语言程序-vxworks of the bsp startup code, compiling the first after a c language program
Platform: | Size: 40960 | Author: 李春 | Hits:

[VxWorksPCIserialport

Description: vxworks下pci总线串口源代码,用c 语言编写-vxworks pci serialport code c
Platform: | Size: 2048 | Author: 风清扬 | Hits:

[ARM-PowerPC-ColdFire-MIPSA-Introduction-to-Embeded-System

Description: 嵌入式系统 课件 第一课 嵌入式系统概述 第二课 嵌入式系统基本概念 第三课 嵌入式微处理器 第四课 嵌入式系统硬件设计 第五课 嵌入式IA架构 第六课 嵌入式系统硬件设计 第七课 嵌入式SOC设计 第九课 嵌入式实时操作系统 第十课 VxWorks 第十一课 嵌入式实时操作系统μC/OS分析 第十二课 嵌入式系统启动 第十三课 嵌入式GUI与文件系统 第十六课 嵌入式开发调试-An Introduction to Embedded System。
Platform: | Size: 16365568 | Author: joey.zhao | Hits:

[Windows DevelopVffaacilityx

Description: 一种基于Vxworks平台的几个代码(C),一个FTP服务器的代码,一一个是一种基于SOCKET机制的通用服务器,还有一个是简单易懂XML解释器 -Based on Vxworks platform code (C), an FTP server code, is a general-purpose servers based SOCKET mechanism, there is a straightforward XML interpreter
Platform: | Size: 46080 | Author: decents | Hits:

[VC/MFCvcPP-BOOK_24

Description: c++电子书籍,独立打包,保证单包可解压,内含大量电子书,网上搜集而来,持续更新中...... 本包内容: 汤姆斯旺C++编程秘诀.rar 数据结构算法Visual_C++.zip 深入浅出MFC.pdf vxworks programmer s guide.pdf-c++ e-books, independent packaging, single package can be unpacked, contains a large number of e-books, online collection from the last update ... the package contents: Thomas Wang C++ programming secret. rar data structure algorithms- Visual_C++.zip easy MFC.pdf vxworks programmer' s guide.pdf
Platform: | Size: 47624192 | Author: 蜗牛 | Hits:

[VxWorkssnark

Description: /* $Header: /usr/cvsroot/target/h/wrn/wm/util/port/vxworks/snark.h,v 1.1.1.1 2001/11/05 17:47:17 tneale Exp $ */ /* * Copyright (C) 1999-2005 Wind River Systems, Inc. * All rights reserved. Provided under license only. * Distribution or other use of this software is only * permitted pursuant to the terms of a license agreement * from Wind River Systems (and is otherwise prohibited). * Refer to that license agreement for terms of use. */ -/* $Header: /usr/cvsroot/target/h/wrn/wm/util/port/vxworks/snark.h,v 1.1.1.1 2001/11/05 17:47:17 tneale Exp $*/ /* * Copyright (C) 1999-2005 Wind River Systems, Inc. * All rights reserved. Provided under license only. * Distribution or other use of this software is only * permitted pursuant to the terms of a license agreement * from Wind River Systems (and is otherwise prohibited). * Refer to that license agreement for terms of use. */
Platform: | Size: 1024 | Author: liaozhigao | Hits:

[VxWorksdma

Description: /* dma.h - DMA (direct memory access) header */ /* Copyright 1984-1992 Wind River Systems, Inc. */ /* modification history -------------------- 01e,22sep92,rrr added support for c++ 01d,04jul92,jcf cleaned up. 01c,26may92,rrr the tree shuffle 01b,04oct91,rrr passed through the ansification filter -fixed #else and #endif -changed copyright notice 01a,20dec90,jcc written. */ #ifndef __INCdmah #define __INCdmah #ifdef __cplusplus extern "C" { #endif #include "vxWorks.h" #include "private/semLibP.h" typedef struct dmaCtrl /* DMA_CTRL - generic DMA controller info */ { SEMAPHORE ctrlMutexSem -/* dma.h- DMA (direct memory access) header*/ /* Copyright 1984-1992 Wind River Systems, Inc.*/ /* modification history -------------------- 01e,22sep92,rrr added support for c++ 01d,04jul92,jcf cleaned up. 01c,26may92,rrr the tree shuffle 01b,04oct91,rrr passed through the ansification filter -fixed#else and#endif -changed copyright notice 01a,20dec90,jcc written. */ #ifndef __INCdmah #define __INCdmah #ifdef __cplusplus extern "C" { #endif #include "vxWorks.h" #include "private/semLibP.h" typedef struct dmaCtrl /* DMA_CTRL- generic DMA controller info*/ { SEMAPHORE ctrlMutexSem
Platform: | Size: 1024 | Author: liaozhigao | Hits:

[VxWorksfnos_cliawebserv

Description: 某款3层交换机 产品的C源代码。vxworks系统-C souce codes, of one model of layer 3 route switch product, upon vxWorks.
Platform: | Size: 2217984 | Author: henrypudn | Hits:

[OS Developwddog

Description: Vxworks 6.6看门狗程序 使用纯C语言写的-Vxworks 6.6 watchdog program written in C language using pure
Platform: | Size: 33792 | Author: vidon | Hits:

[VxWorkstest

Description: VxWorks 实验 编写程序实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(tsendTask),一个消费者任务(treceiveTask) 要求:(1) tsendTaskt与receiveTask之间使用消息队列传递数据; (2) tInitTask能设置tsendTask和treceiveTask的优先级; (3) tInitTask能设置传递消息的数量和消息队列的大小; (4) tInitTask能设置信号量类型,输入‘b’ 时使用二进制信号量实现任务tsendTask与treceiveTask之间的同步,输入‘c’ 使用计数式信号量实现两个任务之间的同步。-VxWorks experimental programming to achieve the following functions: The system consists of three tasks, an initialization tasks (tInitTask), a producer task (tsendTask), a consumer task (treceiveTask) requirements: (1) tsendTaskt used between message queue and receiveTask transmission of data (2) tInitTask can set tsendTask and treceiveTask priority (3) tInitTask can be set to deliver the message number and the message queue size (4) tInitTask can set the semaphore type, enter ' b' when using the binary signal amount to achieve the task tsendTask and treceiveTask synchronization between the input ' c' use-counting semaphore synchronization between two tasks.
Platform: | Size: 1024 | Author: 黎伶 | Hits:

[VxWorkshello

Description: 基于VxWorks的嵌入式实验源程序,hello.c,hello "world" function-Based on VxWorks embedded experimental source, hello.c, hello " world" function
Platform: | Size: 1024 | Author: 黎伶 | Hits:

[VxWorkspriority

Description: 基于VxWorks的嵌入式实验程序,priority.c,任务优先级实验-Based on VxWorks embedded experimental procedures, priority.c, task priority experiments
Platform: | Size: 1024 | Author: 黎伶 | Hits:

[VxWorksPriorityInversion

Description: 基于VxWorks的嵌入式实验程序,PriorityInversion.c,任务优先级反转实验-Based on VxWorks embedded experimental procedures, PriorityInversion.c, task priority inversion experiments
Platform: | Size: 1024 | Author: 黎伶 | Hits:

[VxWorksmsgQDemo

Description: 基于VxWorks的嵌入式实验源程序msgQDemo.c及头文件msgQDemo.h,使用消息队列实现任务间的通信,生产者任务通过消息队列向消费者任务传递8条消息。-Based on VxWorks embedded experimental source and header files msgQDemo.c msgQDemo.h, use the Message Queue task to achieve communication between the producer to the consumer through the message queue task task to pass eight messages.
Platform: | Size: 2048 | Author: 黎伶 | Hits:

[Internet-NetworkCS_Vxworks

Description: 在vxworks系统上实现客户端与服务端的通信-This is C/S code at Vxworks OS platform.
Platform: | Size: 2048 | Author: 留洋 | Hits:

[VOIP programjrtplib-3[1].7.1

Description: RTP 是目前解决流媒体实时传输问题的最好办法,JRTPLIB 是一个用C++语言实现的RTP库,目前已经可以运行在Windows、Linux、FreeBSD、Solaris、Unix和 VxWorks等多种操作系统上。-RTP is to solve the real-time streaming media transmission problems the best way, JRTPLIB is a C++ language RTP libraries, now can run on Windows, Linux, FreeBSD, Solaris, Unix and VxWorks and other operating systems.
Platform: | Size: 788480 | Author: 陈日成 | Hits:

[MiddleWareRefactoring

Description: 针对vxworks系统代码,扫描C语言结构,并使用aadl语言描述,实现架构的抽象-For vxworks system code, scan C language structure and use aadl language description, implementation architecture abstract
Platform: | Size: 104448 | Author: | Hits:

[IME DevelopCppPinYin

Description: C++ 拼音类及示例程序,用于实现拼音输入法(包含T9输入功能),可以移植到VxWorks、Linux等嵌入式平台,实际工程中用在VxWorks5.5中实现拼音输入法。-C++ Pinyin Class and the example project. Can be used to implement Pinyin input(inclue T9)
Platform: | Size: 365568 | Author: btop | Hits:

[OS Developcode

Description: vxworks一些程序 Char.c和Char.h是字符型设备驱动模板 Blk.c是块设备驱动模板 PCI.c是PCI设备映射内存空间模板-vxworks some programs Char.c and Char.ch is a character device driver template Blk.c is a block device driver template PCI.c are PCI devices mapped memory space template
Platform: | Size: 7168 | Author: 青青树 | Hits:

[VxWorksusb

Description: vxworks中USB驱动程序,Host模式和device模式,C代码-USB drivers in vxworks, Host mode and device mode, C Code
Platform: | Size: 1433600 | Author: SUYONG | Hits:
« 1 2 3 4 5 6 7 89 »

CodeBus www.codebus.net